Skip to content

Conversation

@hashimaliii
Copy link
Contributor

The original environment.yml specified numba==0.59.0rc1, which is no longer published on PyPI. This caused installation to fail with:

ERROR: No matching distribution found for numba==0.59.0rc1

Updated dependency to numba==0.58.1 with llvmlite==0.40.1 to ensure compatibility and successful installation.

This resolves the dependency conflict and allows environment creation to complete without errors.

The original environment.yml specified numba==0.59.0rc1, which is no longer
published on PyPI. This caused installation to fail with:

  ERROR: No matching distribution found for numba==0.59.0rc1

Updated dependency to numba==0.58.1 with llvmlite==0.40.1 to ensure
compatibility and successful installation.

This resolves the dependency conflict and allows environment creation
to complete without errors.
@Tps-F Tps-F merged commit 7b284a6 into RVC-Project:develop Nov 5, 2025
@Tps-F
Copy link
Member

Tps-F commented Nov 5, 2025

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants